Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.template.service.defaultContrib--processor

This contribution is part of XML component org.nuxeo.template.service.defaultContrib inside nuxeo-template-rendering-core-9.10.jar /OSGI-INF/templateprocessor-contrib.xml

Documentation

Identity processor

Extension Point

Extension point processor of component TemplateProcessorComponent.

Contributed Items

  • <templateProcessor class="org.nuxeo.template.processors.IdentityProcessor" default="false" label="Identity" name="Identity">
        </templateProcessor>

XML Source

<extension point="processor" target="org.nuxeo.template.service.TemplateProcessorComponent">

    <documentation>Identity processor</documentation>

    <templateProcessor class="org.nuxeo.template.processors.IdentityProcessor" default="false" label="Identity" name="Identity">
    </templateProcessor>

  </extension>